projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463deb6
)
(Funexpand_abbrev): Add ADJUST instead of subtracting.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 5 Aug 1998 14:59:09 +0000
(14:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 5 Aug 1998 14:59:09 +0000
(14:59 +0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 1992b6ca222024929fde6bba8415868c4798c09e..7899bc56d4907fecb753910d24ee067bf7b10a7c 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-399,7
+399,7
@@
is not undone.")
/* Total number of characters deleted. */
adjust = ZV - zv_before;
}
- SET_PT (last_abbrev_point < opoint ? opoint
-
adjust : opoint);
+ SET_PT (last_abbrev_point < opoint ? opoint
+
adjust : opoint);
return Qnil;
}
\f